ComponentOne GanttView for WinForms
SplitTask(Double[]) Method

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > Task Class > SplitTask Method : SplitTask(Double[]) Method
The alternating durations of work and suspension periods. The array must contain the odd number of values.
Splits the task.
Syntax
'Declaration
 
Public Overloads Function SplitTask( _
   ByVal durations() As System.Double _
) As System.Boolean
public System.bool SplitTask( 
   System.double[] durations
)

Parameters

durations
The alternating durations of work and suspension periods. The array must contain the odd number of values.

Return Value

True if the splitting is succeeded, false otherwise.
See Also

Reference

Task Class
Task Members
Overload List